-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add dc store binding polyfill and migrate http2 #3284
Conversation
Overall package sizeSelf size: 4.74 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report
@@ Coverage Diff @@
## master #3284 +/- ##
==========================================
- Coverage 86.04% 85.94% -0.10%
==========================================
Files 200 200
Lines 7787 7806 +19
Branches 33 33
==========================================
+ Hits 6700 6709 +9
- Misses 1087 1097 +10
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I haven't been able to figure out why this is now failing. This PR probably conflicts with #3261 after rebasing. The
Which fails within the |
The issue with I see 2 options for restoring it
|
* add dc store binding polyfill and migrate http2 * fix error handling for synchronous exceptions * OutboundPlugin#tagPeerService() --------- Co-authored-by: Thomas Hunter II <tlhunter@datadog.com>
* add dc store binding polyfill and migrate http2 * fix error handling for synchronous exceptions * OutboundPlugin#tagPeerService() --------- Co-authored-by: Thomas Hunter II <tlhunter@datadog.com>
* add dc store binding polyfill and migrate http2 * fix error handling for synchronous exceptions * OutboundPlugin#tagPeerService() --------- Co-authored-by: Thomas Hunter II <tlhunter@datadog.com>
* add dc store binding polyfill and migrate http2 * fix error handling for synchronous exceptions * OutboundPlugin#tagPeerService() --------- Co-authored-by: Thomas Hunter II <tlhunter@datadog.com>
* add dc store binding polyfill and migrate http2 * fix error handling for synchronous exceptions * OutboundPlugin#tagPeerService() --------- Co-authored-by: Thomas Hunter II <tlhunter@datadog.com>
* add dc store binding polyfill and migrate http2 * fix error handling for synchronous exceptions * OutboundPlugin#tagPeerService() --------- Co-authored-by: Thomas Hunter II <tlhunter@datadog.com>
What does this PR do?
Add diagnostics channel store binding polyfill and migrate
http2
.Motivation
Using
AsyncResource
for scoping can be problematic when resources are nested. UsingrunStores
andbindStore
instead handles nesting properly and is also the official way to do this using built-ins.